home *** CD-ROM | disk | FTP | other *** search
/ The Scientific Center / The Scientific Center.iso / pc / ES.DXR / butts_6_lang.ls < prev    next >
Encoding:
Text File  |  1999-03-22  |  258 b   |  21 lines

  1. on mouseUp me
  2.   go("p_lang")
  3. end
  4.  
  5. on mouseEnter me
  6.   cursor(280)
  7. end
  8.  
  9. on mouseWithin me
  10.   set the ink of sprite the currentSpriteNum to 2
  11. end
  12.  
  13. on mouseLeave me
  14.   cursor(-1)
  15.   set the ink of sprite the currentSpriteNum to 36
  16. end
  17.  
  18. on mouseDown me
  19.   beep()
  20. end
  21.